{% extends 'admin/master.html' %} {% block title %} home {% endblock title %} {% load static %} {% block content %}
{% csrf_token %}
{% for candidate in candidates %}

{{candidate.name}}

{% endfor %}
{% for message in messages %}

{{message}}

{% endfor %}
{% endblock content %}